html {
	background-color: #efefef;
}

body {
	width: 1000px;
	background-color: #fff;
	line-height: 1.5em;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	font-family: "Microsoft YaHei";
}

div {
	position: relative;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.top {
	box-shadow: rgba(0, 0, 0, .2) 0 2px 5px;
	border-top: solid 5px darkgreen;
}

.top-nav {
	padding: 5px 20px;
	text-align: right;
}

.top-img {
	width: 100%;
}

.top .menu {
	text-align: center;
	padding: 5px;
}

.top .menu a {
	padding: 5px;
}

.center {
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, .2) 0 2px 5px;
}

.center>table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: 0;
}

.center>table>tbody>tr>td {
	vertical-align: top;
	padding: 0;
}

.cap {
	text-indent: 1em;
	margin-bottom: 5px;
	background-color: #339933;
	color: #fff;
	border-radius: 3px;
	line-height: 2em;
}

.cap a {
	color: #fff;
}

.cap a.more {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
}

.indx>td>div {
	border-radius: 3px;
	/* background-color: #efefef; */
	margin-bottom: 5px;
	padding: 8px 8px 10px;
	box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
	overflow: hidden;
}

.abts {
	font-size: 12px;
	text-align: justify;
	padding: 10px;
	border-bottom: dashed 1px #ccc;
}

.abts>div {
	display: table-cell;
	vertical-align: top;
}

.abts-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
}

.lst {
	line-height: 2em;
	font-size: 12px;
}

.lst>div {
	border-bottom: dashed 1px #ccc;
}

.lst>div:last-child {
	border: none;
}

.lst>div>div {
	position: absolute;
	top: 0;
	right: 0;
}

.notices {
	height: 200px;
}

.downloads {
	height: 200px;
}

.links {
	height: 125px;
}

.lab {
	height: 300px;
}

.news-ctx {
	display: flex;
}

.news-ctx>div {
	width: 50%;
}

.news-mImgs>img {
	width: 240px;
}

.news {}

.comms {
	/*height: 260px;*/
}

.comms-img {
	max-width: 120px;
	max-height: 80px;
	margin-right: 10px;
}

.others {
	width: calc(100% - 16px);
}

.others>div {
	display: table-cell;
	width: 255px;
}

.flows {
	padding-right: 5px;
}

.resource {
	padding-left: 5px;
	height: 150px;
	border-left: dashed 1px #aaa;
}

.order {
	height: 130px;
}

.order img {
	width: 100%;
}

.order-a-1,
.order-a-2 {
	display: inline-block;
	width: calc(100% - 20px);
	padding: 0 10px;
	margin: 15px 0;
	position: absolute;
	left: 0;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	color: darkgreen;
	background-color: rgba(255, 255, 255, .6);
}

.order-a-1 {
	top: 0;
	text-align: left;
}

.order-a-2 {
	bottom: 0;
	text-align: right;
}


.indx .r-img-1 {
	height: 130px;
	padding: 0;
}

.r-img-1>img {
	width: 100%;
	height: 100%;
}

.rules {
	height: 150px;
}

.mg-pics {
	margin: 10px;
	width: 980px;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

.mg-pics-c {
	display: flex;
	flex-wrap: nowrap;
}

.mg-pics-c a {
	margin: 0 5px;
	height: 100px;
}

.mg-pics-c a>img {
	max-width: 140px;
	height: 100px;
}

.b-nav {
	border-bottom: dashed 1px #aaa;
	line-height: 2em;
}

.list,
.plist {
	padding: 1em;
	line-height: 2em;
}

.list-itm {
	display: flex;
	justify-content: space-between;
	border-bottom: dashed 1px #EFEFEF
}

.list-itm-ico {
	margin-right: .5em;
}

.plist {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	width: calc(100% - 2em);
	justify-content: space-around;
}

.plist-itm {
	text-align: center;
	margin-bottom: 1em;
	box-shadow: #aaa 0 0 0.2em;
	padding: 1em 1em .5em;
	width: calc(30% - 2em);
}

.plist-itm-img {
	width: 12em;
	height: 9em;
}

div.TRS_Editor {
	line-height: 1.5em;
}

div.TRS_Editor p {
	margin: 10px 0;
}

div.TRS_Editor img {
	width: 600px;
}

.title {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2em;
	font-weight: bold;
	padding-top: 0.5em;
	width: 80%;
	margin: 0 auto;
}

.subtitle {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2em;
}

.docInfo {
	text-align: right;
	padding: .5em 0;
	color: #aaa;
}

.docInfo a {
	color: #aaa;
}

.docCtx {
	font-size: 14px;
	text-align: justify;
	padding: 1em;
	border-top: dashed 1px #ccc;
}

.btm {
	padding: 10px;
	text-align: center;
}
